net/http.http2SettingsFrame.NumSettings (method)
5 uses
net/http (current package)
h2_bundle.go#L2171: for i := 0; i < f.NumSettings(); i++ {
h2_bundle.go#L2189: func (f *http2SettingsFrame) NumSettings() int { return len(f.p) / 6 }
h2_bundle.go#L2193: num := f.NumSettings()
h2_bundle.go#L2226: for i := 0; i < f.NumSettings(); i++ {
h2_bundle.go#L5558: if f.NumSettings() > 100 || f.HasDuplicates() {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |